Inheritance diagram for Exponent::GUI::Listeners::IDropFileListener:

Definition at line 32 of file IDropFileListener.hpp.
| Exponent::GUI::Listeners::IDropFileListener::IDropFileListener | ( | ) | [inline] |
Construction
Definition at line 44 of file IDropFileListener.hpp.
| virtual Exponent::GUI::Listeners::IDropFileListener::~IDropFileListener | ( | ) | [inline, virtual] |
Destruction
Definition at line 49 of file IDropFileListener.hpp.
| virtual void Exponent::GUI::Listeners::IDropFileListener::handleFileDrop | ( | const CDropEvent & | event | ) | [pure virtual] |
Handle an object being dropped
| event | The drop event to handle |